[%include file="default/cn/public/head.html"%]
bann
您现在的位置:首页-订单管理
bann
订单列表
感谢您在本站购物,请留意您的订单处理情况!
[% if count($orderlist) > 0 %] [%forlist from=$orderlist key=i%]
订单 订单号: [%$orderlist[i].ordersn%] 订单时间: [%$orderlist[i].addtime%] 订单金额: ¥[%$orderlist[i].orderamount%]
订单 订单状态: [%if $orderlist[i].ordertype==1 %]未支付[%/if%] [%if $orderlist[i].ordertype==2 %]正在处理中[%/if%] [%if $orderlist[i].ordertype==0 %]已取消[%/if%] [%if $orderlist[i].ordertype==3 %]已退款[%/if%] [%if $orderlist[i].ordertype==4 %]已退货[%/if%] [%if $orderlist[i].ordertype==5 %]已发货[%/if%] [%if $orderlist[i].ordertype==6 %]已完成[%/if%] 查看 查看 [%if $orderlist[i].ordertype==1%] 取消订单 取消订单 [%/if%]
[%/forlist%]
[%else%]
您还没有订单!
[%/if%]
[%include file="default/cn/public/fotter.html"%]